home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uConnProgress.dfm < prev    next >
Encoding:
Text File  |  2004-03-07  |  1.5 KB  |  78 lines

  1. object frmConnect: TfrmConnect
  2.   Left = 497
  3.   Top = 332
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Progress'
  7.   ClientHeight = 133
  8.   ClientWidth = 269
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = -16
  23.     Top = -32
  24.     Width = 394
  25.     Height = 386
  26.     AutoSize = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 12
  30.     Top = 24
  31.     Width = 245
  32.     Height = 29
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'Initializing'
  36.     Transparent = True
  37.     WordWrap = True
  38.   end
  39.   object Button1: TButton
  40.     Left = 99
  41.     Top = 96
  42.     Width = 73
  43.     Height = 25
  44.     Caption = 'Cancel'
  45.     TabOrder = 0
  46.     OnClick = Button1Click
  47.   end
  48.   object SEProgress1: TSEProgress
  49.     Left = 12
  50.     Top = 56
  51.     Width = 245
  52.     Height = 21
  53.     Color = clBlack
  54.     BevelOuter = bvLowered
  55.     Position = 0
  56.     Max = 245
  57.     Min = 0
  58.     Frame = 2
  59.     ShowBorder = True
  60.     UnknownMax = True
  61.     BarColor = clScrollBar
  62.   end
  63.   object Timer1: TTimer
  64.     Enabled = False
  65.     Interval = 30
  66.     OnTimer = Timer1Timer
  67.     Left = 12
  68.     Top = 92
  69.   end
  70.   object Timer2: TTimer
  71.     Enabled = False
  72.     Interval = 3000
  73.     OnTimer = Timer2Timer
  74.     Left = 44
  75.     Top = 92
  76.   end
  77. end
  78.